home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol07 / 07 / colrdrop / coolcolr.def < prev    next >
Text File  |  1992-11-01  |  1KB  |  36 lines

  1. ;****************************************************************************
  2. ;      File:  COOLCOLR.DEF                                                    
  3. ;                                                                         
  4. ;   Purpose:  Module definition file for the Control Panel Extension
  5. ;                                                                         
  6. ; Development Team:
  7. ;
  8. ;       Greg Keyser
  9. ;
  10. ; Written by Microsoft Product Support Services, Windows Developer Support
  11. ; Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  12. ;****************************************************************************
  13.  
  14. LIBRARY     COOLCOLR
  15.  
  16. DESCRIPTION 'An example Control Panel Applet '
  17.  
  18. EXETYPE     WINDOWS
  19.  
  20. STUB        'WINSTUB.EXE'
  21.  
  22. CODE        MOVEABLE DISCARDABLE LOADONCALL
  23. DATA        MOVEABLE PRELOAD SINGLE
  24.  
  25. SEGMENTS
  26.     _INIT   MOVEABLE DISCARDABLE PRELOAD
  27.     _WEP    FIXED PRELOAD
  28.  
  29. HEAPSIZE    0
  30.  
  31. EXPORTS
  32.             WEP
  33.             CPlApplet       @1
  34.             ColorHook       @2
  35.             AboutDlg        @3
  36.